home *** CD-ROM | disk | FTP | other *** search
/ kermit.columbia.edu / kermit.columbia.edu.tar / kermit.columbia.edu / newsgroups / misc.20041116-20060924 / 000295_scottac@nb.sympatico.ca_Thu Mar 30 13:01:57 2006.msg < prev    next >
Internet Message Format  |  2006-09-27  |  2KB

  1. Path: newsmaster.cc.columbia.edu!panix!logbridge.uoregon.edu!arclight.uoregon.edu!wns13feed!worldnet.att.net!207.35.177.252!nf3.bellglobal.com!ursa-nb00s0.nbnet.nb.ca!53ab2750!not-for-mail
  2. From: "Scott Caissie" <scottac@nb.sympatico.ca>
  3. Newsgroups: comp.protocols.kermit.misc
  4. Subject: lock down COMMAND & Re-writing Help
  5. Lines: 38
  6. X-Priority: 3
  7. X-MSMail-Priority: Normal
  8. X-Newsreader: Microsoft Outlook Express 6.00.2900.2180
  9. X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.2180
  10. X-RFC2646: Format=Flowed; Original
  11. Message-ID: <4UsWf.51347$VV4.838074@ursa-nb00s0.nbnet.nb.ca>
  12. Date: Wed, 29 Mar 2006 09:59:28 GMT
  13. NNTP-Posting-Host: 156.34.27.126
  14. X-Complaints-To: abuse@aliant.net
  15. X-Trace: ursa-nb00s0.nbnet.nb.ca 1143626368 156.34.27.126 (Wed, 29 Mar 2006 05:59:28 AST)
  16. NNTP-Posting-Date: Wed, 29 Mar 2006 05:59:28 AST
  17. Organization: Aliant Internet
  18. Xref: newsmaster.cc.columbia.edu comp.protocols.kermit.misc:15550
  19.  
  20. 2 situations here.
  21.  
  22. 1.  Help with security here.
  23.  
  24. I'm looking at a few things to secure the software a bit, which'll cause the 
  25. user to not accidently damage anything.
  26.  
  27. Is there any way possible to prevent a user from typing anything in the 
  28. COMMAND window? And I don't mean SET TERMINAL ESCAPE-CHARACTER DISABLED. 
  29. That does prevent them from reaching the command window but regardless of 
  30. that, invoking macros (definition macros) will change the screen. During 
  31. that fraction of a second of loading, it is possible for a user to type 
  32. something and have it appear in the prompt. This will prevent a proper 
  33. execution of the macro. Its rare but I want a way to fix that.
  34.  
  35. I'm now adding a number of things at the very beginning of my macros that 
  36. might clear whatever is there:
  37. ECHO
  38. CLS
  39. probably going to put \13 (enter) there as well.
  40.  
  41.  
  42. But I do not know the order of how things are processed to know if it'll 
  43. make a difference.
  44. I have some doubts that the macro itself can clear the junk characters.
  45. I have a lot of doubt about preventing a user from ever typing in the 
  46. COMMAND window. Could be possible. Don't know how yet.
  47.  
  48.  
  49. ----------------------------------
  50.  
  51. 2. The help window (Alt H). Can this be edited in any way? I'd like to 
  52. modify it so that it has actual work info in it. We don't actually use 
  53. hotkeys at all.
  54.  
  55. Any chance of allowing us to create windows like that? 
  56.  
  57.